home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / dpsclient / psops.h < prev    next >
C/C++ Source or Header  |  1995-02-06  |  19KB  |  877 lines

  1. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/pscolorops.h generated from pscolorops.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef PSCOLOROPS_H
  6. #define PSCOLOROPS_H
  7.  
  8. extern void PScolorimage( void );
  9.  
  10. extern void PScurrentblackgeneration( void );
  11.  
  12. extern void PScurrentcmykcolor(float *c, float *m, float *y, float *k);
  13.  
  14. extern void PScurrentcolorscreen( void );
  15.  
  16. extern void PScurrentcolortransfer( void );
  17.  
  18. extern void PScurrentundercolorremoval( void );
  19.  
  20. extern void PSsetblackgeneration( void );
  21.  
  22. extern void PSsetcmykcolor(float c, float m, float y, float k);
  23.  
  24. extern void PSsetcolorscreen( void );
  25.  
  26. extern void PSsetcolortransfer( void );
  27.  
  28. extern void PSsetundercolorremoval( void );
  29.  
  30. #endif PSCOLOROPS_H
  31. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/pscontrolops.h generated from pscontrolops.psw
  32.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  33.  */
  34.  
  35. #ifndef PSCONTROLOPS_H
  36. #define PSCONTROLOPS_H
  37.  
  38. extern void PSeq( void );
  39.  
  40. extern void PSexit( void );
  41.  
  42. extern void PSfalse( void );
  43.  
  44. extern void PSfor( void );
  45.  
  46. extern void PSforall( void );
  47.  
  48. extern void PSge( void );
  49.  
  50. extern void PSgt( void );
  51.  
  52. extern void PSif( void );
  53.  
  54. extern void PSifelse( void );
  55.  
  56. extern void PSle( void );
  57.  
  58. extern void PSloop( void );
  59.  
  60. extern void PSlt( void );
  61.  
  62. extern void PSne( void );
  63.  
  64. extern void PSnot( void );
  65.  
  66. extern void PSor( void );
  67.  
  68. extern void PSrepeat( void );
  69.  
  70. extern void PSstop( void );
  71.  
  72. extern void PSstopped( void );
  73.  
  74. extern void PStrue( void );
  75.  
  76. #endif PSCONTROLOPS_H
  77. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/psctxtops.h generated from psctxtops.psw
  78.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  79.  */
  80.  
  81. #ifndef PSCTXTOPS_H
  82. #define PSCTXTOPS_H
  83.  
  84. extern void PScondition( void );
  85.  
  86. extern void PScurrentcontext(int *cid);
  87.  
  88. extern void PScurrentobjectformat(int *code);
  89.  
  90. extern void PSdefineusername(int i, const char *username);
  91.  
  92. extern void PSdefineuserobject( void );
  93.  
  94. extern void PSdetach( void );
  95.  
  96. extern void PSexecuserobject(int index);
  97.  
  98. extern void PSfork( void );
  99.  
  100. extern void PSjoin( void );
  101.  
  102. extern void PSlock( void );
  103.  
  104. extern void PSmonitor( void );
  105.  
  106. extern void PSnotify( void );
  107.  
  108. extern void PSsetobjectformat(int code);
  109.  
  110. extern void PSsetvmthreshold(int i);
  111.  
  112. extern void PSundefineuserobject(int index);
  113.  
  114. extern void PSuserobject( void );
  115.  
  116. extern void PSwait( void );
  117.  
  118. extern void PSyield( void );
  119.  
  120. #endif PSCTXTOPS_H
  121. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/psdataops.h generated from psdataops.psw
  122.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  123.  */
  124.  
  125. #ifndef PSDATAOPS_H
  126. #define PSDATAOPS_H
  127.  
  128. extern void PSaload( void );
  129.  
  130. extern void PSanchorsearch(int *truth);
  131.  
  132. extern void PSarray(int len);
  133.  
  134. extern void PSastore( void );
  135.  
  136. extern void PSbegin( void );
  137.  
  138. extern void PSclear( void );
  139.  
  140. extern void PScleartomark( void );
  141.  
  142. extern void PScopy(int n);
  143.  
  144. extern void PScount(int *n);
  145.  
  146. extern void PScounttomark(int *n);
  147.  
  148. extern void PScvi( void );
  149.  
  150. extern void PScvlit( void );
  151.  
  152. extern void PScvn( void );
  153.  
  154. extern void PScvr( void );
  155.  
  156. extern void PScvrs( void );
  157.  
  158. extern void PScvs( void );
  159.  
  160. extern void PScvx( void );
  161.  
  162. extern void PSdef( void );
  163.  
  164. extern void PSdict(int len);
  165.  
  166. extern void PSdictstack( void );
  167.  
  168. extern void PSdup( void );
  169.  
  170. extern void PSend( void );
  171.  
  172. extern void PSexch( void );
  173.  
  174. extern void PSexecstack( void );
  175.  
  176. extern void PSexecuteonly( void );
  177.  
  178. extern void PSget( void );
  179.  
  180. extern void PSgetinterval( void );
  181.  
  182. extern void PSindex(int i);
  183.  
  184. extern void PSknown(int *b);
  185.  
  186. extern void PSlength(int *len);
  187.  
  188. extern void PSload( void );
  189.  
  190. extern void PSmark( void );
  191.  
  192. extern void PSmatrix( void );
  193.  
  194. extern void PSmaxlength(int *len);
  195.  
  196. extern void PSnoaccess( void );
  197.  
  198. extern void PSnull( void );
  199.  
  200. extern void PSpackedarray( void );
  201.  
  202. extern void PSpop( void );
  203.  
  204. extern void PSput( void );
  205.  
  206. extern void PSputinterval( void );
  207.  
  208. extern void PSrcheck(int *b);
  209.  
  210. extern void PSreadonly( void );
  211.  
  212. extern void PSroll(int n, int j);
  213.  
  214. extern void PSscheck(int *b);
  215.  
  216. extern void PSsearch(int *b);
  217.  
  218. extern void PSshareddict( void );
  219.  
  220. extern void PSstatusdict( void );
  221.  
  222. extern void PSstore( void );
  223.  
  224. extern void PSstring(int len);
  225.  
  226. extern void PSstringwidth(const char *s, float *xp, float *yp);
  227.  
  228. extern void PSsystemdict( void );
  229.  
  230. extern void PSuserdict( void );
  231.  
  232. extern void PSwcheck(int *b);
  233.  
  234. extern void PSwhere(int *b);
  235.  
  236. extern void PSxcheck(int *b);
  237.  
  238. #endif PSDATAOPS_H
  239. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/psfontops.h generated from psfontops.psw
  240.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  241.  */
  242.  
  243. #ifndef PSFONTOPS_H
  244. #define PSFONTOPS_H
  245.  
  246. extern void PSFontDirectory( void );
  247.  
  248. extern void PSISOLatin1Encoding( void );
  249.  
  250. extern void PSSharedFontDirectory( void );
  251.  
  252. extern void PSStandardEncoding( void );
  253.  
  254. extern void PScachestatus(int *bsize, int *bmax, int *msize);
  255.  
  256. extern void PScurrentcacheparams( void );
  257.  
  258. extern void PScurrentfont( void );
  259.  
  260. extern void PSdefinefont( void );
  261.  
  262. extern void PSfindfont(const char *name);
  263.  
  264. extern void PSmakefont( void );
  265.  
  266. extern void PSscalefont(float size);
  267.  
  268. extern void PSselectfont(const char *name, float scale);
  269.  
  270. extern void PSsetcachedevice(float wx, float wy, float llx, float lly, float urx, float ury);
  271.  
  272. extern void PSsetcachelimit(float n);
  273.  
  274. extern void PSsetcacheparams( void );
  275.  
  276. extern void PSsetcharwidth(float wx, float wy);
  277.  
  278. extern void PSsetfont(int f);
  279.  
  280. extern void PSundefinefont(const char *name);
  281.  
  282. #endif PSFONTOPS_H
  283. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/psgstateops.h generated from psgstateops.psw
  284.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  285.  */
  286.  
  287. #ifndef PSGSTATEOPS_H
  288. #define PSGSTATEOPS_H
  289.  
  290. extern void PSconcat(const float m[]);
  291.  
  292. extern void PScurrentdash( void );
  293.  
  294. extern void PScurrentflat(float *flatness);
  295.  
  296. extern void PScurrentgray(float *gray);
  297.  
  298. extern void PScurrentgstate(int gst);
  299.  
  300. extern void PScurrenthalftone( void );
  301.  
  302. extern void PScurrenthalftonephase(float *x, float *y);
  303.  
  304. extern void PScurrenthsbcolor(float *h, float *s, float *b);
  305.  
  306. extern void PScurrentlinecap(int *linecap);
  307.  
  308. extern void PScurrentlinejoin(int *linejoin);
  309.  
  310. extern void PScurrentlinewidth(float *width);
  311.  
  312. extern void PScurrentmatrix( void );
  313.  
  314. extern void PScurrentmiterlimit(float *limit);
  315.  
  316. extern void PScurrentpoint(float *x, float *y);
  317.  
  318. extern void PScurrentrgbcolor(float *r, float *g, float *b);
  319.  
  320. extern void PScurrentscreen( void );
  321.  
  322. extern void PScurrentstrokeadjust(int *b);
  323.  
  324. extern void PScurrenttransfer( void );
  325.  
  326. extern void PSdefaultmatrix( void );
  327.  
  328. extern void PSgrestore( void );
  329.  
  330. extern void PSgrestoreall( void );
  331.  
  332. extern void PSgsave( void );
  333.  
  334. extern void PSgstate( void );
  335.  
  336. extern void PSinitgraphics( void );
  337.  
  338. extern void PSinitmatrix( void );
  339.  
  340. extern void PSrotate(float angle);
  341.  
  342. extern void PSscale(float x, float y);
  343.  
  344. extern void PSsetdash(const float pat[], int size, float offset);
  345.  
  346. extern void PSsetflat(float flatness);
  347.  
  348. extern void PSsetgray(float gray);
  349.  
  350. extern void PSsetgstate(int gst);
  351.  
  352. extern void PSsethalftone( void );
  353.  
  354. extern void PSsethalftonephase(float x, float y);
  355.  
  356. extern void PSsethsbcolor(float h, float s, float b);
  357.  
  358. extern void PSsetlinecap(int linecap);
  359.  
  360. extern void PSsetlinejoin(int linejoin);
  361.  
  362. extern void PSsetlinewidth(float width);
  363.  
  364. extern void PSsetmatrix( void );
  365.  
  366. extern void PSsetmiterlimit(float limit);
  367.  
  368. extern void PSsetrgbcolor(float r, float g, float b);
  369.  
  370. extern void PSsetscreen( void );
  371.  
  372. extern void PSsetstrokeadjust(int b);
  373.  
  374. extern void PSsettransfer( void );
  375.  
  376. extern void PStranslate(float x, float y);
  377.  
  378. #endif PSGSTATEOPS_H
  379. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/psioops.h generated from psioops.psw
  380.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  381.  */
  382.  
  383. #ifndef PSIOOPS_H
  384. #define PSIOOPS_H
  385.  
  386. extern void PSequals( void );
  387.  
  388. extern void PSequalsequals( void );
  389.  
  390. extern void PSbytesavailable(int *n);
  391.  
  392. extern void PSclosefile( void );
  393.  
  394. extern void PScurrentfile( void );
  395.  
  396. extern void PSdeletefile(const char *filename);
  397.  
  398. extern void PSecho(int b);
  399.  
  400. extern void PSfile(const char *name, const char *access);
  401.  
  402. extern void PSfilenameforall( void );
  403.  
  404. extern void PSfileposition(int *pos);
  405.  
  406. extern void PSflush( void );
  407.  
  408. extern void PSflushfile( void );
  409.  
  410. extern void PSprint( void );
  411.  
  412. extern void PSprintobject(int tag);
  413.  
  414. extern void PSpstack( void );
  415.  
  416. extern void PSread(int *b);
  417.  
  418. extern void PSreadhexstring(int *b);
  419.  
  420. extern void PSreadline(int *b);
  421.  
  422. extern void PSreadstring(int *b);
  423.  
  424. extern void PSrenamefile(const char *old, const char *new);
  425.  
  426. extern void PSresetfile( void );
  427.  
  428. extern void PSsetfileposition(int pos);
  429.  
  430. extern void PSstack( void );
  431.  
  432. extern void PSstatus(int *b);
  433.  
  434. extern void PStoken(int *b);
  435.  
  436. extern void PSwrite( void );
  437.  
  438. extern void PSwritehexstring( void );
  439.  
  440. extern void PSwriteobject(int tag);
  441.  
  442. extern void PSwritestring( void );
  443.  
  444. #endif PSIOOPS_H
  445. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/psmathops.h generated from psmathops.psw
  446.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  447.  */
  448.  
  449. #ifndef PSMATHOPS_H
  450. #define PSMATHOPS_H
  451.  
  452. extern void PSabs( void );
  453.  
  454. extern void PSadd( void );
  455.  
  456. extern void PSand( void );
  457.  
  458. extern void PSatan( void );
  459.  
  460. extern void PSbitshift(int shift);
  461.  
  462. extern void PSceiling( void );
  463.  
  464. extern void PScos( void );
  465.  
  466. extern void PSdiv( void );
  467.  
  468. extern void PSexp( void );
  469.  
  470. extern void PSfloor( void );
  471.  
  472. extern void PSidiv( void );
  473.  
  474. extern void PSln( void );
  475.  
  476. extern void PSlog( void );
  477.  
  478. extern void PSmod( void );
  479.  
  480. extern void PSmul( void );
  481.  
  482. extern void PSneg( void );
  483.  
  484. extern void PSround( void );
  485.  
  486. extern void PSsin( void );
  487.  
  488. extern void PSsqrt( void );
  489.  
  490. extern void PSsub( void );
  491.  
  492. extern void PStruncate( void );
  493.  
  494. extern void PSxor( void );
  495.  
  496. #endif PSMATHOPS_H
  497. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/psmatrixops.h generated from psmatrixops.psw
  498.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  499.  */
  500.  
  501. #ifndef PSMATRIXOPS_H
  502. #define PSMATRIXOPS_H
  503.  
  504. extern void PSconcatmatrix( void );
  505.  
  506. extern void PSdtransform(float x1, float y1, float *x2, float *y2);
  507.  
  508. extern void PSidentmatrix( void );
  509.  
  510. extern void PSidtransform(float x1, float y1, float *x2, float *y2);
  511.  
  512. extern void PSinvertmatrix( void );
  513.  
  514. extern void PSitransform(float x1, float y1, float *x2, float *y2);
  515.  
  516. extern void PStransform(float x1, float y1, float *x2, float *y2);
  517.  
  518. #endif PSMATRIXOPS_H
  519. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/psmiscops.h generated from psmiscops.psw
  520.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  521.  */
  522.  
  523. #ifndef PSMISCOPS_H
  524. #define PSMISCOPS_H
  525.  
  526. extern void PSbanddevice( void );
  527.  
  528. extern void PSframedevice( void );
  529.  
  530. extern void PSnulldevice( void );
  531.  
  532. extern void PSrenderbands( void );
  533.  
  534. #endif PSMISCOPS_H
  535. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/psopstack.h generated from psopstack.psw
  536.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  537.  */
  538.  
  539. #ifndef PSOPSTACK_H
  540. #define PSOPSTACK_H
  541.  
  542. extern void PSgetboolean(int *it);
  543.  
  544. extern void PSgetchararray(int size, char s[]);
  545.  
  546. extern void PSgetfloat(float *it);
  547.  
  548. extern void PSgetfloatarray(int size, float a[]);
  549.  
  550. extern void PSgetint(int *it);
  551.  
  552. extern void PSgetintarray(int size, int a[]);
  553.  
  554. extern void PSgetstring(char *s);
  555.  
  556. extern void PSsendboolean(int it);
  557.  
  558. extern void PSsendchararray(const char s[], int size);
  559.  
  560. extern void PSsendfloat(float it);
  561.  
  562. extern void PSsendfloatarray(const float a[], int size);
  563.  
  564. extern void PSsendint(int it);
  565.  
  566. extern void PSsendintarray(const int a[], int size);
  567.  
  568. extern void PSsendstring(const char *s);
  569.  
  570. #endif PSOPSTACK_H
  571. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/pspaintops.h generated from pspaintops.psw
  572.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  573.  */
  574.  
  575. #ifndef PSPAINTOPS_H
  576. #define PSPAINTOPS_H
  577.  
  578. extern void PSashow(float x, float y, const char *s);
  579.  
  580. extern void PSawidthshow(float cx, float cy, int c, float ax, float ay, const char *s);
  581.  
  582. extern void PScopypage( void );
  583.  
  584. extern void PSeofill( void );
  585.  
  586. extern void PSerasepage( void );
  587.  
  588. extern void PSfill( void );
  589.  
  590. extern void PSimage( void );
  591.  
  592. extern void PSimagemask( void );
  593.  
  594. extern void PSkshow(const char *s);
  595.  
  596. extern void PSrectfill(float x, float y, float w, float h);
  597.  
  598. extern void PSrectstroke(float x, float y, float w, float h);
  599.  
  600. extern void PSshow(const char *s);
  601.  
  602. extern void PSshowpage( void );
  603.  
  604. extern void PSstroke( void );
  605.  
  606. extern void PSstrokepath( void );
  607.  
  608. extern void PSueofill(const char nums[], int n, const char ops[], int l);
  609.  
  610. extern void PSufill(const char nums[], int n, const char ops[], int l);
  611.  
  612. extern void PSustroke(const char nums[], int n, const char ops[], int l);
  613.  
  614. extern void PSustrokepath(const char nums[], int n, const char ops[], int l);
  615.  
  616. extern void PSwidthshow(float x, float y, int c, const char *s);
  617.  
  618. extern void PSxshow(const char *s, const float numarray[], int size);
  619.  
  620. extern void PSxyshow(const char *s, const float numarray[], int size);
  621.  
  622. extern void PSyshow(const char *s, const float numarray[], int size);
  623.  
  624. #endif PSPAINTOPS_H
  625. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/pspathops.h generated from pspathops.psw
  626.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  627.  */
  628.  
  629. #ifndef PSPATHOPS_H
  630. #define PSPATHOPS_H
  631.  
  632. extern void PSarc(float x, float y, float r, float angle1, float angle2);
  633.  
  634. extern void PSarcn(float x, float y, float r, float angle1, float angle2);
  635.  
  636. extern void PSarct(float x1, float y1, float x2, float y2, float r);
  637.  
  638. extern void PSarcto(float x1, float y1, float x2, float y2, float r, float *xt1, float *yt1, float *xt2, float *yt2);
  639.  
  640. extern void PScharpath(const char *s, int b);
  641.  
  642. extern void PSclip( void );
  643.  
  644. extern void PSclippath( void );
  645.  
  646. extern void PSclosepath( void );
  647.  
  648. extern void PScurveto(float x1, float y1, float x2, float y2, float x3, float y3);
  649.  
  650. extern void PSeoclip( void );
  651.  
  652. extern void PSeoviewclip( void );
  653.  
  654. extern void PSflattenpath( void );
  655.  
  656. extern void PSinitclip( void );
  657.  
  658. extern void PSinitviewclip( void );
  659.  
  660. extern void PSlineto(float x, float y);
  661.  
  662. extern void PSmoveto(float x, float y);
  663.  
  664. extern void PSnewpath( void );
  665.  
  666. extern void PSpathbbox(float *llx, float *lly, float *urx, float *ury);
  667.  
  668. extern void PSpathforall( void );
  669.  
  670. extern void PSrcurveto(float x1, float y1, float x2, float y2, float x3, float y3);
  671.  
  672. extern void PSrectclip(float x, float y, float w, float h);
  673.  
  674. extern void PSrectviewclip(float x, float y, float w, float h);
  675.  
  676. extern void PSreversepath( void );
  677.  
  678. extern void PSrlineto(float x, float y);
  679.  
  680. extern void PSrmoveto(float x, float y);
  681.  
  682. extern void PSsetbbox(float llx, float lly, float urx, float ury);
  683.  
  684. extern void PSsetucacheparams( void );
  685.  
  686. extern void PSuappend(const char nums[], int n, const char ops[], int l);
  687.  
  688. extern void PSucache( void );
  689.  
  690. extern void PSucachestatus( void );
  691.  
  692. extern void PSupath(int b);
  693.  
  694. extern void PSviewclip( void );
  695.  
  696. extern void PSviewclippath( void );
  697.  
  698. #endif PSPATHOPS_H
  699. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/pssysops.h generated from pssysops.psw
  700.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  701.  */
  702.  
  703. #ifndef PSSYSOPS_H
  704. #define PSSYSOPS_H
  705.  
  706. extern void PSbind( void );
  707.  
  708. extern void PScountdictstack(int *n);
  709.  
  710. extern void PScountexecstack(int *n);
  711.  
  712. extern void PScurrentdict( void );
  713.  
  714. extern void PScurrentpacking(int *b);
  715.  
  716. extern void PScurrentshared(int *b);
  717.  
  718. extern void PSdeviceinfo( void );
  719.  
  720. extern void PSerrordict( void );
  721.  
  722. extern void PSexec( void );
  723.  
  724. extern void PSprompt( void );
  725.  
  726. extern void PSquit( void );
  727.  
  728. extern void PSrand( void );
  729.  
  730. extern void PSrealtime(int *i);
  731.  
  732. extern void PSrestore( void );
  733.  
  734. extern void PSrrand( void );
  735.  
  736. extern void PSrun(const char *filename);
  737.  
  738. extern void PSsave( void );
  739.  
  740. extern void PSsetpacking(int b);
  741.  
  742. extern void PSsetshared(int b);
  743.  
  744. extern void PSsrand( void );
  745.  
  746. extern void PSstart( void );
  747.  
  748. extern void PStype( void );
  749.  
  750. extern void PSundef(const char *name);
  751.  
  752. extern void PSusertime(int *milliseconds);
  753.  
  754. extern void PSversion(int bufsize, char buf[]);
  755.  
  756. extern void PSvmreclaim(int code);
  757.  
  758. extern void PSvmstatus(int *level, int *used, int *maximum);
  759.  
  760. #endif PSSYSOPS_H
  761. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/pswinops.h generated from pswinops.psw
  762.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  763.  */
  764.  
  765. #ifndef PSWINOPS_H
  766. #define PSWINOPS_H
  767.  
  768. extern void PSineofill(float x, float y, int *b);
  769.  
  770. extern void PSinfill(float x, float y, int *b);
  771.  
  772. extern void PSinstroke(float x, float y, int *b);
  773.  
  774. extern void PSinueofill(float x, float y, const char nums[], int n, const char ops[], int l, int *b);
  775.  
  776. extern void PSinufill(float x, float y, const char nums[], int n, const char ops[], int l, int *b);
  777.  
  778. extern void PSinustroke(float x, float y, const char nums[], int n, const char ops[], int l, int *b);
  779.  
  780. extern void PSwtranslation(float *x, float *y);
  781.  
  782. #endif PSWINOPS_H
  783. /* /Net/ektar/BinCache1/dpsclient/Symbols/dpsclient-81.2.sym~13/psl2ops.h generated from psl2ops.psw
  784.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  785.  */
  786.  
  787. #ifndef PSL2OPS_H
  788. #define PSL2OPS_H
  789.  
  790. extern void PSleftbracket( void );
  791.  
  792. extern void PSrightbracket( void );
  793.  
  794. extern void PSleftleft( void );
  795.  
  796. extern void PSrightright( void );
  797.  
  798. extern void PScshow(const char *s);
  799.  
  800. extern void PScurrentcolor( void );
  801.  
  802. extern void PScurrentcolorrendering( void );
  803.  
  804. extern void PScurrentcolorspace( void );
  805.  
  806. extern void PScurrentdevparams(const char *dev);
  807.  
  808. extern void PScurrentglobal(int *b);
  809.  
  810. extern void PScurrentoverprint(int *b);
  811.  
  812. extern void PScurrentpagedevice( void );
  813.  
  814. extern void PScurrentsystemparams( void );
  815.  
  816. extern void PScurrentuserparams( void );
  817.  
  818. extern void PSdefineresource(const char *category);
  819.  
  820. extern void PSexecform( void );
  821.  
  822. extern void PSfilter( void );
  823.  
  824. extern void PSfindencoding(const char *key);
  825.  
  826. extern void PSfindresource(const char *key, const char *category);
  827.  
  828. extern void PSgcheck(int *b);
  829.  
  830. extern void PSglobaldict( void );
  831.  
  832. extern void PSGlobalFontDirectory( void );
  833.  
  834. extern void PSglyphshow(const char *name);
  835.  
  836. extern void PSlanguagelevel(int *n);
  837.  
  838. extern void PSmakepattern( void );
  839.  
  840. extern void PSproduct( void );
  841.  
  842. extern void PSresourceforall(const char *category);
  843.  
  844. extern void PSresourcestatus(const char *key, const char *category, int *b);
  845.  
  846. extern void PSrevision(int *n);
  847.  
  848. extern void PSrootfont( void );
  849.  
  850. extern void PSserialnumber(int *n);
  851.  
  852. extern void PSsetcolor( void );
  853.  
  854. extern void PSsetcolorrendering( void );
  855.  
  856. extern void PSsetcolorspace( void );
  857.  
  858. extern void PSsetdevparams( void );
  859.  
  860. extern void PSsetglobal(int b);
  861.  
  862. extern void PSsetoverprint(int b);
  863.  
  864. extern void PSsetpagedevice( void );
  865.  
  866. extern void PSsetpattern(int patternDict);
  867.  
  868. extern void PSsetsystemparams( void );
  869.  
  870. extern void PSsetuserparams( void );
  871.  
  872. extern void PSstartjob(int b, const char *password);
  873.  
  874. extern void PSundefineresource(const char *key, const char *category);
  875.  
  876. #endif PSL2OPS_H
  877.